Verification status flow
The first verification status is initial.
Second one is pending, when some documents are uploaded to verification or applicant of verification, but not all required documents are uploaded.
When all documents are uploaded and verification has been proceeded by api (https://docs.dataspike.io/api#tag/Verifications/operation/proceed-verification) or web sdk status becomes to in_progress.
After in_progress status can be both verified or failed depending on the verification result.
Transition to canceled status can be from any status if verification was canceled, except verified and failed.
Transition to expired status can be from any status if verification has expired, except verified, in_progress and failed.
The following diagram illustrates possible transitions